{% extends "base.html" %} {% block content %}

🏆 Leaderboard

{% for attempt in attempts %} {% empty %} {% endfor %}
Rank User Quiz Score Max Score Date
{{ forloop.counter }} {{ attempt.user.username }} {{ attempt.quiz.title }} {{ attempt.score }} {{ attempt.max_score }} {{ attempt.finished_at|date:"M d, Y H:i" }}
No quiz attempts yet.
← Back to Quizzes
{% endblock %}